Skip to content

Conversation

pamelafox
Copy link
Collaborator

@pamelafox pamelafox commented Sep 9, 2025

Purpose

As of azd version 1.17.0, the pipeline section is no longer needed- azd will autodetect the variables based off main.parameters.json.

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[X] No

Does this require changes to learn.microsoft.com docs?

This repository is referenced by this tutorial
which includes deployment, settings and usage instructions. If text or screenshot need to change in the tutorial,
check the box below and notify the tutorial author. A Microsoft employee can do this for you if you're an external contributor.

[ ] Yes
[X] No

Type of change

[ ] Bugfix
[ ] Feature
[X] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Code quality checklist

See CONTRIBUTING.md for more details.

  • The current tests all pass (python -m pytest).
  • I added tests that prove my fix is effective or that my feature works
  • I ran python -m pytest --cov to verify 100% coverage of added lines
  • I ran python -m mypy to check for type errors
  • I either used the pre-commit hooks or ran ruff and black manually on my code.

@pamelafox pamelafox requested a review from vhvb1989 September 9, 2025 04:58
@pamelafox pamelafox requested a review from Copilot September 9, 2025 05:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the pipeline section from azure.yaml as it's no longer needed with azd version 1.17.0, which can autodetect variables from main.parameters.json. The change also updates the template version and adds a minimum azd version requirement.

  • Remove the entire pipeline configuration section with 91 environment variables and secrets
  • Update template version to 0.0.3 and add minimum azd version requirement
  • Update documentation to reflect that azure.yaml no longer needs manual environment variable updates

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
azure.yaml Removed pipeline section with variables/secrets, updated template version, added azd version requirement
CONTRIBUTING.md Removed reference to updating azure.yaml when adding new azd environment variables
.github/copilot-instructions.md Removed azure.yaml from the list of files to update when adding environment variables

@pamelafox pamelafox merged commit cb5c3d0 into Azure-Samples:main Sep 9, 2025
25 checks passed
@pamelafox pamelafox deleted the removepipelinevars branch September 9, 2025 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants